home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS14.ADF
/
Oings
/
yaBoing
/
yaBOING.doc
< prev
next >
Wrap
Text File
|
1989-01-28
|
2KB
|
43 lines
Article 4868 of 4955, Sep 22 07:22.
Subject: A crazy (game) program for those who liked Boing! & Oing!
Keywords: YaBoing (Yet Another Boing) Program...
From: ali@navajo.STANFORD.EDU (Ali Ozer @ Stanford University)
(480 lines) More? [ynq]
/* This is the only file, remove the mail header & compile! */
/* This is Yet Another Boing, "YaBoing." A (game) program for the Amiga.
By Ali T. Ozer (Ali@score.stanford.edu), Sep 21, 1986
This game owes a lot to Leo L. Schwab's "Oing!," where little sprite
versions of the famous "Boing!" demo ball bounced around your screen...
This program demonstrates some hardware sprite stuff, collisions, colors,
etc...
Try to get the red balls with your mouse (+1) while avoiding the
green ones (-1). Your score is displayed after 100 red balls have been
thrown to the screen and the game restarts.
The game can be interrupted at any point by just deactivating the
window. The sprites disappear, and you can do whatever you want. To con-
tinue, simply click in the YaBoing window, and voila, you're back in your
game where you left it. YaBoing is a great game to have running in the
background as you compile or do other time consuming things. Note
that YaBoing does not start automatically --- You have to click
on the window to get it running... This allows you to start it up from
your startup sequence, for example!
The game sets its priority to -1, so it should not steal many CPU cycles
from other processes. It also uses only 10K memory + whatever your
stack size is. Thus you can afford to have it in the background and
come back to it from time to time. Of course, if your other processes
grap the cpu, then YaBoing will suffer. But, hey, it just makes the game
more random! You can set the priority yourself by specifying the
priority (-128..+127) as the argument to the "yaboing" command.
I compiled YaBoing! with Manx 3.20a, without the +l option. Haven't
tried it with Lattice.
-Ali Ozer
*/